Loading...
MetaTrader GPT

MetaTrader GPT

0 0
0.0
( None Rating )
1K Action
Data Analysis Browsing

About MetaTrader GPT

Connect MT4/MT5 to ChatGPT

Information

  • GPTs Creator Isaiah Bjorklund
  • GPT Updated November 18,2023
  • Updated June 03,2024

Capabilities

  • Code Interpreter Data Analysis
  • Browsing Real-Time Retrieval

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

MetaTrader GPT
MetaTrader GPT

By Isaiah Bjorklund

MetaTrader GPT is inactive right now!

4.1
Ratings (20)
Uncategorized
Category
1K+
Conversations
Try Alternatives
What trades should I place today?
How is the SPX500 looking?
Can you do an analysis on my trading account and tell me how to improve?
Message ChatGPT

What Can MetaTrader GPT Do with ChatGPT?

This GPTs for traders can connect MT4/MT5 to ChatGPT and provide valuable trading insights and support.

1. Function Calls
Field Value
action_id g-db92ce56990febfc9c009df65a905066a883d979
domain mt-client-api-v1.new-york.agiliumtrade.ai
json_schema {"openapi"=>"3.1.0", "info"=>{"title"=>"Get Trading Account", "description"=>"Get Trading account and ask for account ID if you don't have it before calling this function. If there is an error it is because you do not have the account ID so ask for it.", "version"=>"v0.0.1"}, "servers"=>[{"url"=>"https://mt-client-api-v1.new-york.agiliumtrade.ai"}], "paths"=>{"/users/current/accounts/{accountId}/account-information"=>{"get"=>{"description"=>"Get Account Information and ask for account ID if you don't have it before calling this function.", "operationId"=>"Get Account Information", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/positions"=>{"get"=>{"description"=>"Returns positions for a trading account. ", "operationId"=>"Get Positions", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/server-time"=>{"get"=>{"description"=>"Returns current server time for a trading account", "operationId"=>"Current Time", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/positions/{positionId}"=>{"get"=>{"description"=>"Returns specific position for a trading account", "operationId"=>"Get A Position", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/symbols"=>{"get"=>{"description"=>"Returns all symbols available on a trading account.", "operationId"=>"Get All Symbols", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/symbols/{symbol}/specification"=>{"get"=>{"description"=>"Returns symbol specification for a symbol on a trading account.", "operationId"=>"Get A Symbol Specifications", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"symbol", "in"=>"path", "description"=>"symbol (e.g. currency pair or an index)", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/symbols/{symbol}/current-price"=>{"get"=>{"description"=>"Returns current price for a symbol on a trading account.", "operationId"=>"Get Symbol Price", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"symbol", "in"=>"path", "description"=>"symbol (e.g. currency pair or an index)", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/symbols/{symbol}/current-candles/{timeframe}"=>{"get"=>{"description"=>"Returns current candle for a symbol and timeframe on a trading account", "operationId"=>"Get Current Candlestick", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"symbol", "in"=>"path", "description"=>"symbol (e.g. currency pair or an index)", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"timeframe", "in"=>"path", "description"=>"defines the timeframe according to which the candle must be generated. Allowed values for MT5 are 1m, 2m, 3m, 4m, 5m, 6m, 10m, 12m, 15m, 20m, 30m, 1h, 2h, 3h, 4h, 6h, 8h, 12h, 1d, 1w, 1mn. Allowed values for MT4 are 1m, 5m, 15m 30m, 1h, 4h, 1d, 1w, 1mn", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/trade"=>{"post"=>{"description"=>"Place a trade on a trading account.", "operationId"=>"Place Trade", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"actionType", "in"=>"body", "description"=>"ORDER_TYPE_SELL, ORDER_TYPE_BUY", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"symbol", "in"=>"body", "description"=>"symbol to trade", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"volume", "in"=>"body", "description"=>"order volume, min: 0.01", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"number"}}, {"name"=>"stopLoss", "in"=>"body", "description"=>"stop loss price, min: 0", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"number"}}, {"name"=>"takeProfit", "in"=>"body", "description"=>"take profit price, min: 0", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"integer"}}, {"name"=>"stopLossUnits", "in"=>"body", "description"=>"stop loss units. ABSOLUTE_PRICE means the that the value of stopLoss field is a final stop loss value. RELATIVE_* means that the stopLoss field value contains relative stop loss expressed either in price, points, pips, account currency or balance percentage. Default is ABSOLUTE_PRICE. enum: ABSOLUTE_PRICE, RELATIVE_PRICE, RELATIVE_POINTS, RELATIVE_PIPS, RELATIVE_CURRENCY, RELATIVE_BALANCE_PERCENTAGE", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"takeProfitUnits", "in"=>"body", "description"=>"take profit units. ABSOLUTE_PRICE means the that the value of takeProfit field is a final take profit value. RELATIVE_* means that the takeProfit field value contains relative take profit expressed either in price, points, pips, account currency or balance percentage. Default is ABSOLUTE_PRICE. enum: ABSOLUTE_PRICE, RELATIVE_PRICE, RELATIVE_POINTS, RELATIVE_PIPS, RELATIVE_CURRENCY, RELATIVE_BALANCE_PERCENTAGE", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"trailingStopLoss", "in"=>"body", "description"=>"distance trailing stop loss configuration \"distance\": {\n \"distance\": 0.1,\n \"units\": \"RELATIVE_PRICE\"\n },\n \"threshold\": {\n \"thresholds\": [\n {\n \"threshold\": 1.3,\n \"stopLoss\": 1.1\n }\n ],\n \"units\": \"ABSOLUTE_PRICE\",\n \"stopPriceBase\": \"CURRENT_PRICE\"\n }", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"stopPriceBase", "in"=>"body", "description"=>"defined the base price to calculate SL/TP relative to for pending order requests. Default is CURRENT_PRICE. enum: CURRENT_PRICE", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"magic", "in"=>"body", "description"=>"magic number (expert adviser id)", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"number"}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}}}
auth {"type":"service_http","instructions":"","authorization_type":"custom","verification_tokens":{},"custom_auth_header":"auth-token"}
privacy_policy_url https://metaapi.cloud/privacy_uae
2. Function Calls
Field Value
action_id g-1581394ac98af8fe1125e8747476ecdb381b1e2d
domain mt-market-data-client-api-v1.new-york.agiliumtrade.ai
json_schema {"openapi"=>"3.1.0", "info"=>{"title"=>"Get Candlesticks", "description"=>"Get Candlesticks and ask for account ID if you don't have it before calling this function. If there is an error it is because you do not have the account ID so ask for it.", "version"=>"v0.0.1"}, "servers"=>[{"url"=>"https://mt-market-data-client-api-v1.new-york.agiliumtrade.ai"}], "paths"=>{"/users/current/accounts/{account_id}/historical-market-data/symbols/{symbol}/timeframes/{timeframe}/candles"=>{"get"=>{"description"=>"Returns all candles for a symbol and timeframe on a trading account", "operationId"=>"Get Candlesticks", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"symbol", "in"=>"path", "description"=>"symbol (e.g. currency pair or an index)", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"timeframe", "in"=>"path", "description"=>"defines the timeframe according to which the candle must be generated. Allowed values for MT5 are 1m, 2m, 3m, 4m, 5m, 6m, 10m, 12m, 15m, 20m, 30m, 1h, 2h, 3h, 4h, 6h, 8h, 12h, 1d, 1w, 1mn. Allowed values for MT4 are 1m, 5m, 15m, 30m, 1h, 4h, 1d, 1w, 1mn", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"limit", "in"=>"query", "description"=>"maximum number of candles to retrieve. Must be less or equal to 1000. eg 100", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"integer"}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}}}
auth {"type":"service_http","instructions":"","authorization_type":"custom","verification_tokens":{},"custom_auth_header":"auth-token"}
privacy_policy_url https://metaapi.cloud/privacy_uae
3. Function Calls
Field Value
action_id g-1581394ac98af8fe1125e8747476ecdb381b1e2d
domain mt-market-data-client-api-v1.new-york.agiliumtrade.ai
json_schema {"openapi"=>"3.1.0", "info"=>{"title"=>"Get Candlesticks", "description"=>"Get Candlesticks and ask for account ID if you don't have it before calling this function. If there is an error it is because you do not have the account ID so ask for it.", "version"=>"v0.0.1"}, "servers"=>[{"url"=>"https://mt-market-data-client-api-v1.new-york.agiliumtrade.ai"}], "paths"=>{"/users/current/accounts/{account_id}/historical-market-data/symbols/{symbol}/timeframes/{timeframe}/candles"=>{"get"=>{"description"=>"Returns all candles for a symbol and timeframe on a trading account", "operationId"=>"Get Candlesticks", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"symbol", "in"=>"path", "description"=>"symbol (e.g. currency pair or an index)", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"timeframe", "in"=>"path", "description"=>"defines the timeframe according to which the candle must be generated. Allowed values for MT5 are 1m, 2m, 3m, 4m, 5m, 6m, 10m, 12m, 15m, 20m, 30m, 1h, 2h, 3h, 4h, 6h, 8h, 12h, 1d, 1w, 1mn. Allowed values for MT4 are 1m, 5m, 15m, 30m, 1h, 4h, 1d, 1w, 1mn", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"limit", "in"=>"query", "description"=>"maximum number of candles to retrieve. Must be less or equal to 1000. eg 100", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"integer"}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}}}
auth {"type":"service_http","instructions":"","authorization_type":"custom","verification_tokens":{},"custom_auth_header":"auth-token"}
privacy_policy_url https://metaapi.cloud/privacy_uae
4. Function Calls
Field Value
action_id g-db92ce56990febfc9c009df65a905066a883d979
domain mt-client-api-v1.new-york.agiliumtrade.ai
json_schema {"openapi"=>"3.1.0", "info"=>{"title"=>"Get Trading Account", "description"=>"Get Trading account and ask for account ID if you don't have it before calling this function. If there is an error it is because you do not have the account ID so ask for it.", "version"=>"v0.0.1"}, "servers"=>[{"url"=>"https://mt-client-api-v1.new-york.agiliumtrade.ai"}], "paths"=>{"/users/current/accounts/{accountId}/account-information"=>{"get"=>{"description"=>"Get Account Information and ask for account ID if you don't have it before calling this function.", "operationId"=>"Get Account Information", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/positions"=>{"get"=>{"description"=>"Returns positions for a trading account. ", "operationId"=>"Get Positions", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/server-time"=>{"get"=>{"description"=>"Returns current server time for a trading account", "operationId"=>"Current Time", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/positions/{positionId}"=>{"get"=>{"description"=>"Returns specific position for a trading account", "operationId"=>"Get A Position", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/symbols"=>{"get"=>{"description"=>"Returns all symbols available on a trading account.", "operationId"=>"Get All Symbols", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/symbols/{symbol}/specification"=>{"get"=>{"description"=>"Returns symbol specification for a symbol on a trading account.", "operationId"=>"Get A Symbol Specifications", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"symbol", "in"=>"path", "description"=>"symbol (e.g. currency pair or an index)", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/symbols/{symbol}/current-price"=>{"get"=>{"description"=>"Returns current price for a symbol on a trading account.", "operationId"=>"Get Symbol Price", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"symbol", "in"=>"path", "description"=>"symbol (e.g. currency pair or an index)", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/symbols/{symbol}/current-candles/{timeframe}"=>{"get"=>{"description"=>"Returns current candle for a symbol and timeframe on a trading account", "operationId"=>"Get Current Candlestick", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"symbol", "in"=>"path", "description"=>"symbol (e.g. currency pair or an index)", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"timeframe", "in"=>"path", "description"=>"defines the timeframe according to which the candle must be generated. Allowed values for MT5 are 1m, 2m, 3m, 4m, 5m, 6m, 10m, 12m, 15m, 20m, 30m, 1h, 2h, 3h, 4h, 6h, 8h, 12h, 1d, 1w, 1mn. Allowed values for MT4 are 1m, 5m, 15m 30m, 1h, 4h, 1d, 1w, 1mn", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}, "/users/current/accounts/{accountId}/trade"=>{"post"=>{"description"=>"Place a trade on a trading account.", "operationId"=>"Place Trade", "parameters"=>[{"name"=>"accountId", "in"=>"path", "description"=>"MetaAPI Account ID, if you do not have this ask the user for it", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"actionType", "in"=>"body", "description"=>"ORDER_TYPE_SELL, ORDER_TYPE_BUY", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"symbol", "in"=>"body", "description"=>"symbol to trade", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"volume", "in"=>"body", "description"=>"order volume, min: 0.01", "required"=>true, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"number"}}, {"name"=>"stopLoss", "in"=>"body", "description"=>"stop loss price, min: 0", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"number"}}, {"name"=>"takeProfit", "in"=>"body", "description"=>"take profit price, min: 0", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"integer"}}, {"name"=>"stopLossUnits", "in"=>"body", "description"=>"stop loss units. ABSOLUTE_PRICE means the that the value of stopLoss field is a final stop loss value. RELATIVE_* means that the stopLoss field value contains relative stop loss expressed either in price, points, pips, account currency or balance percentage. Default is ABSOLUTE_PRICE. enum: ABSOLUTE_PRICE, RELATIVE_PRICE, RELATIVE_POINTS, RELATIVE_PIPS, RELATIVE_CURRENCY, RELATIVE_BALANCE_PERCENTAGE", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"takeProfitUnits", "in"=>"body", "description"=>"take profit units. ABSOLUTE_PRICE means the that the value of takeProfit field is a final take profit value. RELATIVE_* means that the takeProfit field value contains relative take profit expressed either in price, points, pips, account currency or balance percentage. Default is ABSOLUTE_PRICE. enum: ABSOLUTE_PRICE, RELATIVE_PRICE, RELATIVE_POINTS, RELATIVE_PIPS, RELATIVE_CURRENCY, RELATIVE_BALANCE_PERCENTAGE", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"trailingStopLoss", "in"=>"body", "description"=>"distance trailing stop loss configuration \"distance\": {\n \"distance\": 0.1,\n \"units\": \"RELATIVE_PRICE\"\n },\n \"threshold\": {\n \"thresholds\": [\n {\n \"threshold\": 1.3,\n \"stopLoss\": 1.1\n }\n ],\n \"units\": \"ABSOLUTE_PRICE\",\n \"stopPriceBase\": \"CURRENT_PRICE\"\n }", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>""}}, {"name"=>"stopPriceBase", "in"=>"body", "description"=>"defined the base price to calculate SL/TP relative to for pending order requests. Default is CURRENT_PRICE. enum: CURRENT_PRICE", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"magic", "in"=>"body", "description"=>"magic number (expert adviser id)", "required"=>false, "deprecated"=>false, "allowEmptyValue"=>false, "explode"=>false, "allowReserved"=>false, "schema"=>{"type"=>"number"}}], "deprecated"=>false, "security"=>[{"apiKey"=>[]}]}}}}
auth {"type":"service_http","instructions":"","authorization_type":"custom","verification_tokens":{},"custom_auth_header":"auth-token"}
privacy_policy_url https://metaapi.cloud/privacy_uae
Capabilitiy Function Tools
Code Interpreter / Data Analysis Execute Python code for automation, calculations, and data analysis. Python
Web Browsing Real-Time Access and search the internet for information, articles, and data. Browser

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

MetaTrader GPT is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

MetaTrader GPT is owned by Isaiah Bjorklund, who has also created 4 other GPTs, namely Linguist Ludo, Landing Page Wordsmith, SaaS Project Manager.

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only Isaiah Bjorklund can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-sZE9jEsXA. The last modification date of MetaTrader GPT was 2023-11-18 19:59:03 UTC.

Yes, conversations with MetaTrader GPT will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if Isaiah Bjorklund selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

MetaTrader GPT reviews

0.0
( None Rating )

Similar GPTs

Trade GPT
Trade GPT
FX市場を分析し、テクニカル洞察でトレンドを予測します。
100
ChatBot GPT
ChatBot GPT
by Sky AI
An all-around expert in a wide range of topics.
30
GPT Trading Bot
GPT Trading Bot
by Jim Presting
Enables the Creation and Backtesting of Financial strategies.
1
GPT-MarketMaster Pro
GPT-MarketMaster Pro
by David J Blair
An advanced AI trading assistant, GPT-MarketMaster Pro, offers real-time market analysis, web-based data integration, and unmatched predictive accuracy for day trading across global markets.
16

Top