Hey,
Is there a way with FxDreema, to cross-check a pair's historical data with real-time logic?
For example; if Candle crosses above EMA 200 at a particular time in a specific month, is there a way to look back 10-20 years if that scenario happened and its probability?
How can this be done?
Posts made by tec.nacks
-
Let's BrainStorm on this guysposted in General Discussions
-
RE: need help on thisposted in Questions & Answers
@Xfire is exactly what i want to do. but don't know how to redraw the order. Tried pending order and all but dont know which is best approach.
Can you help with a sample pls?
-
need help on thisposted in Questions & Answers
Hello, I want to create this logic; when price at Candle ID 0 is 100pips above the Close of Candle ID 1, open a long order.
How do I do this? Tried multiple options
-
How can I clear MT4 Terminal Cache?posted in Questions & Answers
I noticed that wherever I backtest, my PC storage gets filled up - like backtesting takes lots of my storage.
How can I clear this and hope it doesn't negatively affect my trading backtest?
-
is this possible?posted in Questions & Answers
Is this possible?
I want to have an EA on one chart placing orders while I have another on another chart managing the orders by closing them with both EA having the same magic numbers.
Will it work?
-
RE: Copy Tradingposted in Questions & Answers
@tec-nacks does it work for EA user?
I mean EA traders - in the sense that FxBlue Internet Mirror trade orders from my EA to investors account
-
Copy Tradingposted in Questions & Answers
How can I copy trades from one account to another account?
-
Hoe to draw trendlinesposted in Questions & Answers
What's the best perfect way you will draw trendlines? Major trendlines
-
RE: Drawdown Calculationposted in Questions & Answers
@l-andorrà I backtested it but its didnt work
-
RE: Help on this !posted in Questions & Answers
@l-andorrà 10 pips profit of the sum of the whole trades. some will be in negative but the most recent will be more profitable enough to cover the earliest negative trades which in this case would be 10 pips of profit from the whole trades.
-
RE: Help on this !posted in Questions & Answers
@l-andorrà The criteria to moving the Trailing Profit is 10 pips in Profit
-
RE: Drawdown Calculationposted in Questions & Answers
@l-andorrà Thank you.
The Logic is when the floating equity reaches a certain negative % of the current balance in this case 20%, close all trades, terminate EA
-
RE: Help on this !posted in Questions & Answers
@l-andorrà There is Trailing SL and Trailing TP, I know what TSL is but in this case, what I want is Trailing TO
-
RE: Drawdown Calculationposted in Questions & Answers
@l-andorrà I'll like to have the values in % not in money.
How can I do that?
Can you give some heads up about the MT5 formula structure?
I want to do it
-
RE: Help on this !posted in Questions & Answers
@l-andorrà when price pulls back to it, it closes all open positions
-
RE: Drawdown Calculationposted in Questions & Answers
@l-andorrà okay, is that value of 10 in percentage ?
Any idea on how to go about the calculations on MT5>