time filter / once per minutes perhaps
Best posts made by max c
-
RE: How to make a the robot to put stop loss on Break Even after 2 Minutesposted in Questions & Answers
-
RE: What is cross width?posted in General Discussions
gives some room for other things to occur, width means cross can occur now or within x number of candles ago but still valid.
-
Happy Birthday, fxDreema - 1 year from launching! Gifts!posted in Questions & Answers




























































































































































:-S:-D=/:-DX_X^^:/:/^^<3^^^3^;);)^3^^3^:D^o^:D^o^:P~~:(~~:-O:(O.OU_UO.O:-()>"<:-():-S)::[:-S:-():-D:[:-);P;-):-D;-)^0^^~^0^^~;)^0^:D;):P;)





^^;-)^3^


































































& more -
RE: How to use Heiken Ashi Smoothed custom indicator?posted in Questions & Answers
first have a look at the code , buffers are usually near the top.
second set a different colour arrow after each buffer type then test in visual mode.heres your buffers

Latest posts made by max c
-
RE: Time Bomb Jobposted in Questions & Answers
Explanation: by grok ai
Initialization: levl_last and time_last are static variables, meaning they retain their values across function calls, allowing us to keep track of the last checked price and time.
Current Data Capture: We get the current time with TimeCurrent() and the current ask price with SymbolAsk(SYMBOL).
Movement Check:
levl_diff calculates how many pips the price has moved since the last check (toPips() converts price difference to pips).
time_diff calculates how much time has passed since the last check.
Condition for Triggering:
The block checks if the price has moved up by at least PipsInTime within TimeToWait seconds. If so, and if the current price is higher than the last checked price, it sets next = true.
If the time limit (TimeToWait) is exceeded without the required movement, reset is set to true to start tracking again from the current price and time.
Reset or Move Forward: If reset is true, we update levl_last and time_last to the current values to start a new tracking cycle. If next is true, it signals to move to the next block in the strategy; otherwise, it might loop back or move to an alternative path. -
RE: Time Bomb Jobposted in Questions & Answers
jeez i wish i read this , before i got all exited . dam
-
RE: Are you interested in a 5 months proven trasrecord EA?posted in Questions & Answers
i would if you could spell transaction correctly

-
RE: help with trading times :)posted in Questions & Answers
@jstap https://fxdreema.com/shared/DXWx8ngfe
do you think this will work with the same magic number to delay the other EA from working at these times.
-
RE: help with trading times :)posted in Questions & Answers
@max-c https://fxdreema.com/shared/Ctereftlb
will this work perhaps if the magic numbers the same
-
RE: help with trading times :)posted in Questions & Answers
@jstap yes its and EA trading forex
with this custom code do i put this in a custom mql code block then im not sure,
Just want to turn off auto trading at 23:30 Then turn back on at 01:00 as i can not think of any other ways to interact with this other EA other than to just toggle the autotrade at that time , thanks
-
RE: help with trading times :)posted in Questions & Answers
@max-c its the veinox harmonic scanner thing on mql5 market place i purchased a while back but now its free- anyway im not sure but i dont want to be up at midnight all the time thanks
-
help with trading times :)posted in Questions & Answers
Hi everyone , so i have a harmonic pattern EA working well but it doesn't have any time filters,
So is there any way i can make a separate EA to disable AUTO trading around midnight and then turn it back on say 1hr after midnight , it just that the spreads get wild around then.
image here shows a 40 pip spread which ive never seen and ended up closing at a loss even though it went my way , annoying azz
![2024-05-01 09_49_03- - ThinkMarkets-Live - Hedge - TF Global Markets (Aust) Pty Ltd - AUDNZD,.png
-
RE: counter pass issueposted in Questions & Answers
@fxpim its working exactly how i want on the sell side, i just dont understand why the buy side wont work aswell.
only need it to pass once any time i attach to chart
trying to create a manually input price range i can use with my other harmonic pattern indicator.