- Search Crypto Craft
- 136 Results (9 Threads, 127 Replies)
-
gian97 replied Oct 25, 2024The problem is that data below 99% is highly inaccurate, so the backtest may not be reliable (which basically never is, but even less so) The only way you can be sure of this is to download better data, I personally use dukascopy data and manage it ...
Set it and Forget it, Dollar Cost Averaging
-
gian97 replied Oct 25, 2024I recommend you to use accurate backtest data, at least 90%, otherwise there is no point in doing backtest in metatrader
Set it and Forget it, Dollar Cost Averaging
-
gian97 replied Aug 9, 2024Finally someone who writes the right things. Most people in this forum have not understood that 99% of the time it is not even put on the market, regardless of whether the broker is ECN or not. Imagine if banks need their stoploss, in the CFD market ...
Trade bank's edge
-
gian97 replied May 13, 2024If the schedule and dividend distribution has remained the same for a few years, I can easily create the expert advisor and do a backtest and get all these statistics and share them with the forum, for manual trading. The gap not present in the ...
Hedging/averaging trades without prediction
-
gian97 replied May 11, 2024it would be better to rewrite the indicator for metatrader4
Is there a way to make an EA that uses TV indicators?
-
gian97 replied May 11, 2024The strategy is very interesting and I already use IG, are dividends also paid with options? Thanks for the share!
Hedging/averaging trades without prediction
-
gian97 replied Feb 17, 2024If I can give you a suggestion since I have already experimented with the strategy you are using, I would use an atr value instead of pips. For example, if the candle exceeds atr 14 periods x 2 ( just an example) in this way the values will always ...
Hedging/averaging trades without prediction
-
gian97 replied Feb 16, 2024Interesting concepts. I trade using averaging and I am an mql4 programmer. If you use this concept on pairs that tend to be mean reversion, it works even better. The idea of using swap in favor is very good, I want to experiment too. Some time ago I ...
Hedging/averaging trades without prediction
-
gian97 replied Oct 17, 2023thanks, I'm an mql4 programmer and it can definitely be useful to me. Good job.
Free News API (Machine Learning, Live Trading, and Backtesting)
-
gian97 replied Oct 6, 2023The backtest should be done on tick and with data at 99%, furthermore it seems without stoploss or with grid. The peaks in equity and then back down to breakeven or little profit are generally for this reason.
Pattern - "Three White Soldiers"
-
gian97 replied Aug 30, 2023The MODE_TRADES it's the default mode. From the mql4 reference : pool=MODE_TRADES [in] Optional order pool index. Used when the selected parameter is SELECT_BY_POS. It can be any of the following values: MODE_TRADES (default)- order selected from ...
Need Help from Coders: Get Open Order Info from a Loop
-
gian97 replied Aug 30, 2023Ok, instead I rely only on the backtests done on dukascopy data. Then test in demo/real on the broker's data.
Looking for Successful Automated Trading Traders
-
gian97 replied Aug 29, 2023Can I ask why you coded the Dashboard to have a backtest instead of doing the backtest directly? I'm curious, I'm also an MQL4 programmer
Looking for Successful Automated Trading Traders
-
gian97 replied Aug 28, 2023This code does not compile. There is an error in the last if, you didn't use ; in the end. Since you're learning, I recommend that you use proper formatting to make your code more readable. I have reviewed and this way it seems to me that it should ...
Need Help from Coders: Get Open Order Info from a Loop
-
gian97 replied Aug 26, 2023Ok no problem, // input variables int mnBUY=10; // Magic Number for BUY Trades int mnSEL=20; // Magic Number for SELL Trades datetime bOpTm=0, sOpTm=0; double bOpPx=0, sOpPx=0; for(int i=OrdersTotal()-1; i>=0; i--) { if(OrderSelect(i,SELECT_BY_POS) ...
Need Help from Coders: Get Open Order Info from a Loop
-
gian97 replied Aug 26, 2023The assignment of the i makes no sense as it is the variable that contains the total number of orders.As you have already done previously that's fine, you just have to enter the control of the magic Number together with that of the symbol. If ...
Need Help from Coders: Get Open Order Info from a Loop
-
gian97 replied Aug 17, 2023I have my own profitable strategies, it seems sensible to me not to code anything if don't have a backtest, if nobody has it or isn't interested it's not a problem.. i don't need exercise , thanks, i'm good at programming.
I will program your trading system for free ( Only EA )
-
I will program your trading system for free ( Only EA )
Started Aug 17, 2023|Platform Tech|11 replies
Hi everyone, I'm a trader and also a MQL4 programmer. Since I'm always looking to develop ...