- Search Crypto Craft
-
jblanked replied Sep 11, 2024Not unless there's a strong need for it. One person is not a strong need.
Scalping System by Machine
-
jblanked replied Sep 11, 2024Read through this page -> url That should improve your understanding of the "TMA" and how it "repaints".
Simple Guppy Cap Reversals
-
jblanked replied Sep 11, 2024Run a test and see for yourself. Understanding how to backtest efficiently and effectively is crucial to success with expert advisors.
TMA-RSI-Bands (RSI Of TMA Centered + Bands)
-
jblanked replied Sep 11, 2024Yeah, it went up overall. I’d love to hear what Lekkim has to say. If he had sold where he initially bought, he could have exited the trade earlier with less drawdown.
Positive Volume Index (PVI) + Price (MA1)
-
jblanked replied Sep 11, 2024Thanks for sharing the strategy. I’ve attached a version of the PVI that I edited for both MT4 and MT5 (they use the same source code). Some others have been wondering about entry points. From the charts you shared, I noticed that a red gap over ...
Positive Volume Index (PVI) + Price (MA1)
-
jblanked replied Sep 11, 2024Yessir, you are missing a value for the first parameter, the symbol.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 11, 2024Try this brother int CalculateSymbolLeverage(const string symbol) { int leverage = -1; double margin = 0.0; double lots = 1.0; if(OrderCalcMargin(ORDER_TYPE_BUY, symbol, lots, SymbolInfoDouble(symbol, SYMBOL_ASK), margin) && margin > 0) { double ...
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 11, 2024Let me know if this is what you mean. It's in points.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 11, 2024Or just switch to MT5.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 10, 2024Hey, could you point out exactly which part is calculated incorrectly? The bearish candle (red), closed at about 75% of its range. The bullish candle (blue), closed at about 100% of its range.
Scalping System by Machine
-
jblanked replied Sep 10, 2024Run a test and see for yourself. Understanding how to backtest efficiently and effectively is crucial to success with expert advisors.
Scalping System by Machine
-
jblanked replied Sep 10, 2024What's needs to be done with this? If you explain in detail, someone can help.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 10, 20242000 lines. You'll have more luck on url
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 10, 2024It may not work on futures, especially not the risk per trade. I'm actually surprised it took a trade on that account. Try on a forex pair.
Scalping System by Machine
-
jblanked replied Sep 10, 2024I created an EA based on the rules outlined in Post #1. Thanks again for sharing this strategy. I also added grid options, a trailing percent feature (instead of a trailing stop), and an optional MA Filter, which ensures that it only takes engulfing ...
Scalping System by Machine
-
jblanked replied Sep 9, 2024Then use this one, as suggested by @BestTraderEv: url
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 9, 2024That specific indicator wasn't created my Mladen (he doesn't put his name in the tools that he creates) but you'll likely have more help on url since most coders on here either code in MQL or Pinescript.
Need help converting mq4 to afl
-
jblanked replied Sep 8, 2024Yessir that's correct!
I will code your EAs and Indicators for no charge