To disconnect a line between blocks , all you do is click on it, and a separate window comes up to ask you to confirm it. Then one time I clicked on the box that said "Don't let this page ask any more questions" Now I cannot disconnect any more lines. How do I undo that command or disconnect them a different way?
A
Latest posts made by AlGer
-
Disconnecting lines between conditions, or blocks.posted in Questions & Answers
-
RE: Copy and Paste for Additional EAposted in Questions & Answers
@alger Well this is the way I am doing it now. Go to SAVE AS which creates the new one in your MT4 Folder, then go to import project, to import the original one, which saves the original one in Fx Dreema
-
Copy and Paste for Additional EAposted in Questions & Answers
I have 8 EAs I want to make, and they are similar in many aspects. How can I copy and past as a start to make a new one. In other words. "save as"
-
RE: INPUT VARIABLESposted in Questions & Answers
THANK YOU very much. This clears the questions up, and I will go forward now.
Cheers, -
INPUT VARIABLESposted in Questions & Answers
Im thinking of signing up, but just have some questions first. Creating Expert Advisors, will i be able to put input variables as per the following:
- Default - Set Magic Number to Zero ( every time ). This is so I can manage trades i have entered into manually.
Alternately set the EA to generate magic number. - Default - to operate long and short
Alternately, to operate long only; or short only. - Default - for the EA to do only one trade per activation. This is to prevent it from continuous operation in price action trades where it might cause losing trades.
Alternately to run continously. This would be in a volitile period of time.
Thanks in advance for your help... cheers,
- Default - Set Magic Number to Zero ( every time ). This is so I can manage trades i have entered into manually.
-
RE: Two programming Questionsposted in Questions & Answers
Okay thanks for that info. It seems I have my work cut out for me for this weekend.
And Thanks !!! -
Two programming Questionsposted in Questions & Answers
- I am new here and have a couple questions please. I want to run the blocks on every tick, but have a filter of the EA only do one trade exit and trade entry per candle. In other words, once an action has been taken with a new tick, then i don't want any more exits or entries until the beginning of the next candle. Is this condition possible with fxdreema ?
- I want to have a MA slope filter such as: if the previous 4 bars of ma slope is less (closer to zero) than the previous 8 bars, then do not re-enter trade in same direction of slope ( the same direction as the program would normally allow). This slope filter prevents whipsaws when trends are ending (slope of ma is waning). Would I be able to program this condition with fxdreema?