TradingToolCrypto
TradingToolCrypto
idea: check daily % gain/loss and alert at a few % values 5, 10 20 50 100 % , - reset values every 24 hours to create a daily cycle...
if(orderId!="") || if(clientOrderId!="")
Orders - call exchange rest api directly. - - within function call a. save the order information to ```global variables``` b. create text object label, and buttons to close the...
1. exchange orderID : ```order_id``` chart object 2. exchange clientOrderID : ```client_order_id``` chart object 3. when canceling orders, either the client or order ids can be used. if ```client_order_id``` exists,...
**todo:** add historical data to : scripts, cb_charts
There are two wrappers for building bots quickly within metatrader ```c++ #include #include ``` RobotFrameWork mt5 : this is your standard metatrader syntax for open/close/orders/price/positions within mt5 brokerages (you must...
Robot: **CB_Charts** supports Bybit `spot market` by default. - exchange number: 2 - exchange name : bybit
Available functions : https://github.com/TradingToolCrypto/MT5-TradingToolCrypto/blob/8eedab4a07aad1def69f857cb9c4c6a6a16a3c1a/MQL5/Include/TradingToolCrypto/CBP/CryptoBridgeProClass.mqh#L159 ## todo conditional orders: - - modify trade_conditional - - cancel_trade_stop - - open_trade_stop - - open_trade_stopLimit ## v5 How to create conditional order: - use...