Forum

fractal not work correctly

Hi guys, I have an issue with an indicator, specifically on JForex. I have an indicator called Fractal. Setting the Fractal to 1, the indicator creates an arrow (when the conditions are met) immediately as the new candle opens. However, with this script I'm trying to modify for MT4, the arrow

exist a free indicator for show me How much leverage am I exposed to?

Hi guys like a title exist a free indicator for show me How much leverage am I exposed to? immagine i open a trade and i want know every time I open a trade and they increase I want to know how much the leverage is now i use by hend this calculate The exposure leverage calculation can be performed

curl .exe request api telegram

Hello friends, as far as you know, is it possible to execute curl .exe from an MT4 script to call Telegram APIs

why this indicator not update when arrive new candle ?

Hi why this indicator not update when arrive a new candle //+------------------------------------------------------------------+ //| SCALPING_INDICATOR_2MIN.mq4 | //| Copyright 2023, MetaQuotes Ltd. | //|

why sell limit not work ??

Hi guys i have a big long script , in practical this script create a edit box in chart i insert a price inside at this edit box and after i press button it should send a sell limit but return me error invalid price 1.05414460 for OrderSend function , Obviously the price when i push button is 1.05333

fractal problem

Hi guys i test a fractal in MT4 i notice it have a delay , after 2 bar it calculate a fractal and sign , bu in jforex platform the frectal is calculate when the bar 0 switch and become bar one , how is possible do that ? exist another mode for calculate a fractal ? thanks

why this indicator not update?

Hi i have mod this fractal indicator i add the RSI i notice when i insert this condition if (bFound && i > 0 && i < Bars - 1 ) { the indicator not work o_O why ? anyone have some idea?? thanks at all my entry script //+------------------------------------------------------------------+ //|

fractal indicator anyone can explain a part of code ?

Hi i have this fractal indicator code i want understund how it work //+------------------------------------------------------------------+ //| fractals.mq4 | //| ©2011 Best-metatrader-indicators.com. All rights reserved | //|

caller wich sense have ?

Hi i have this part of script , is a part of common_functions.mqh , i not underestund a sense of this variable caller anyone can explain me ? thanks /** * Drop-in replacement for OrderSend(). * Try to handle all errors and locks and return only if successful * or if the error can not be handled or

find correct price with x y , left mouse button

Hi guys i have this code //+------------------------------------------------------------------+ //| OCOea.mq4 | //| Copyright 2023, MetaQuotes Ltd. | //|