- Search Crypto Craft
-
Indicators I've coded for MT4 and Tradingview
Started Sep 25, 2024|Commercial Content|0 replies
test
test
The indicators are not simply copied from free resources available on the internet. Commonly used indicator settings, are publicly known, I have spent a lot time modifying and optimizing these indicators. This includes custom features and ...
if(Low[i] < High[i+2])// Don't continue if(High[i] > High[i+1] && Close[i+2] > Open[i+2] && Close[i+1] > Open[i+1] && Close[i+2] < Close[i+1] && Low[i] < High[i+2] )
Which pair? I'll have a look tomorrow. I coded the indicator and dash to the strategy on the first page. Which timeframe?
Another question independent of the dashboard: do you enter the numbers for candles 1-3 manually? I searched in vain for an Indi. <== The strategy is coded into a function. What do you want your indicator to do??
Fixed now. extern string pairSuffix = ""; <== symbol extension extern string pairPrefix = "";
I've noticed quite a few setups, I don't know how many there should be. Asw
Click arrows to load the chart, name your template ##BOUNCE.
Yes, it's doing a lot of work, reduce timeframes and reduce pairs should help, if I get time I'll look for a fix.
One of these will send the trade, make sure it's on a demo. Best of luck. BTW, H4 and D1 look to be very good. Asw
Hello, I don't really have time, I wanted to test your strategy and thought I'd share the tool I used to get the trades, I have an indicator too, if you want the code, your welcome. Asw