3Branches32Tags Code Folders and files Name Last commit message Last commit date Latest commit EarnForex Translations Dec 28, 2024 e93a4df·Dec 28, 2024 History 76 Commits MQL4/Experts/Position Sizer Translations Dec 28, 2024 MQL5/Experts/Position Sizer ...
The file can only be loaded from the \MQL4\Files\ or \MQL5\Files\ subfolder of your platform's data folder. PrefillAdditionalTPsBasedOnMain (default = true) — if true, newly additional take-profit levels will be pre-filled based on the main TP value. AskBeforeClosing (default = false...
// Price of the last deal in the positiondoubleprofit;// Profit/Loss of the positiondoublevolume;// Current position volumedoubleinitial_volume;// Initial position volumedoublesl;// Stop Loss of the positiondoubletp;// Take Profit of the positiondatetimetime;// Position opening timeulong...
Changes in MQL5 Now, each position has its unique ticket. It usually corresponds to the ticket of an order used to open the position. A ticket is assigned automatically to all available positions after the terminal update. When modifying or closing a position in the hedging system, make sure...
TakeProfit:0.00000 Pricecurrent:1.10518 Swap:0.00 Profit:2.00USD */ } //+---+ //| 在日志中显示选定仓位的实数属性 | //+---+ voidPositionPropertiesDoublePrint(constuintheader_width=0) { uintw=0; stringheader=""; doublevalue=0; //--- 取得账户货币, 仓位的交易品种和交易品种的小数点位数...
Documentation on MQL5: Standard Library / Trade Classes / CTrade / PositionOpen www.mql5.com Successful completion of the PositionOpen(...) method does not always mean successful execution of the trade operation. It is necessary to check the result of trade request (trade server return code) ...
用户手册:点击这里 https://www.mql5.com/en/blogs/post/697384 这是第一本,原版的! 不要买一个毫无价值的崇拜者的克隆品。 特别的 子窗口中的箭头显示强劲的货币势头GAP将指导你的交易! 当基础货币或报价货币处于超卖/超买区域(外盘斐波那契水平)时,在个人图表的主窗口中出现警告信号。 当货币力量从外围区间回...
Breakeven button: puts all positions in profit to breakeven on current chart Close All button: closes all positions on current chart Total profit display in top right corner Displaiying SL's and TP's $ value Preview fuction for ATR SL and TP, before entering a trade ...
the lack of a comment, Stop Loss or Take Profit string empty="-"; //--- If an open position exists, return the value of the requested property if(pos_open) { switch(number) { case 0 : return(pos_symbol); break; case 1 : return(IntegerToString((int)pos_magic)); break; //--...
实时信号 在这里查看更多内容: https://www.mql5.com/zh/users/prizmal/seller 此交易策略在短时间范围内提供了显著的利润潜力。 它为每笔交易采用动态的止盈和止损机制,以确保适应市场条件。 该策略基于IC Markets Standard账户服务器上的14年历史数据(2010–2024)进行了优化,提供了强大且可靠的性能指标。 为了最...