In here: https://fxdreema.com/shared/csrakExfe
Is how to work out if ZigZag, is on the way up or down, without having to use custom code.
Enjoy helping people work through problems
In here: https://fxdreema.com/shared/csrakExfe
Is how to work out if ZigZag, is on the way up or down, without having to use custom code.
Re: ATR value to Pips - Tutorial
Have just been looking at using ATR values for stop loss after using the above topic for information, I have worked out how to accomplish saving ATR pips into a variable for all broker symbols, the following link contains all but it is set up for a broker that has 5 zeros after the decimal for most forex pairs.
Hope people find this useful.
@l-andorrĂ Thank you, this loop is very important to me, it will allow the EA to confirm whether pair is in a place of continuation of structure or needs break of structure, confirm whether the fibo lines up with entrance candle and so the TP is in the correct place.
I take it there is no chance of fxdreema inserting another block for loop with ID?
If I knew how to code I could probably create, I cant, I have someone that can create custom indicators so could probably handle this but he has no idea of how to start.
Have been trying to print arrows using Heiken Ashi, couldn't get to work correctly, one off the values is different to the data window value, in this project I have used iCustom to get it to work: https://fxdreema.com/shared/Mnapg7Mje
@6ixpappi Use this in MT4 or MT5, it works on all assets. https://fxdreema.com/shared/bUCD0mdBb
@l-andorrĂ Although this is a good question when time frames are selected using the enum method the EA can optimise all, I have never used the number method except for start/finish time but if you use this as custom code I think it would work:
if((Ma_Method = 1) {Value = "MODE_SMA";}
if((Ma_Method = 2) {Value = "MODE_SMMA";}
if((Ma_Method = 3) {Value = "MODE_EMA";}
if((Ma_Method = 4) {Value = "MODE_LWMA";}
Linked below is button projects that don't use custom code, unfortunately edit fields don't work on MT5 back test, the buttons do and all works on demo/live.
There are other buttons that do nothing in this project but, they are there so a true/false bool condition can be put in a standard buy/sell tree, to start/stop trading from pressing a button.
MT4: MT4 PROJECT
MT5 (edit fields don't work on back test): MT5 PROJECT
@MT4Nutzer Just add the seconds to the hour and minutes, 00:00:00
The following links are how to create a candle countdown timer, MT4 & MT5, will display next to the current candle, and then switch to seconds in the last minute. All done on tick.
In this link is how to take hour and minute constants, add leading 0's and compile into a string so testing optimisation can loop through different times.
MT4 link: https://fxdreema.com/shared/UI9CUeHEc
Add your latest link, but this will get the highest/lowest price so maybe place once you end time has happened
According to your link you have both set to open at 01:00?
Then you are using a range for highest/lowest price, but at 01:00 this will be the same.
You can create like below for as many trade types as needed:
https://fxdreema.com/shared/jyG984D4b
Have never experienced this, try and recreate and see if this fixes the problem
Now describe what you mean, everything except the formula is connected to another block?
There is no template, it is all about using a different set of blocks with a different group number for each set of strategy blocks
You should be able to attach to a new chart and change the MN
This should do it for buys: https://fxdreema.com/shared/hnsT4FrA