CheckForRepainting.ex4
13.7 KB
this indicator that can test with 100% confidence if an indi is a repainter or not
Just put the right settings and run the indicator in the strategy tester (any TF)
wait for 100 bars (or the number you define), and check the results in the logs every N bars
Settings
extern string IndiName = "";
put here the indi name to test
extern string buffersToTest = "0,1,2,3";
put the buffer numbers you want to check, separated by commas
extern int verifyEveryNBars = 100;//Verify Repainting Every N Bars
it will compare recorded and retrieved values every N bars
extern int precision = 1;// precision (multiples of Point value)
Precision of the test. For convenience I use "Point()" value for checking if values are identical or not.
extern bool printDetail = false;
if you want the detail of both values, from the recorded ones to the retrieved ones.
extern bool skipFirstValue = true; //skip first value (because can be different even on non-repainters)
I recommend leaving it to TRUE, because you can have sometimes a different value of the very first value even with non-repainters (don't ask me why)
π9π₯3β€βπ₯2
π
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯6β€3β€βπ₯2π2
Simple Forex Tools
CoreX G MT4 1428+.rar
448.7 KB
π₯5β€2β€βπ₯1π1
π
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π6β€3π₯3β€βπ₯2
Simple Forex Tools
Gold High v 5.10 MT4 1428+.rar
341.7 KB
π₯3β€βπ₯2β€1π1
π
Please open Telegram to view this post
VIEW IN TELEGRAM
π4β€βπ₯2β€2π₯2π1
Simple Forex Tools
ORION GOLD SCALPER V4.0 MT4 1428+.rar
120.5 KB
π₯9β€βπ₯5β€2π1
SimpleForex RSI SCALPER.ex5
31.4 KB
LOW RISK SETINGS
RsiPeriods = 9;
RsiSellTrigger = 80;
RsiSellTrigger = 35;
TpPoints = 212;
MEDIUM RISK SETINGS
RsiPeriods = 7;
RsiSellTrigger = 80;
RsiSellTrigger = 40;
TpPoints = 211;
HIGH RISK SETINGS
RsiPeriods = 5;
RsiSellTrigger = 85;
RsiSellTrigger = 40;
TpPoints = 212;
RsiPeriods = 9;
RsiSellTrigger = 80;
RsiSellTrigger = 35;
TpPoints = 212;
MEDIUM RISK SETINGS
RsiPeriods = 7;
RsiSellTrigger = 80;
RsiSellTrigger = 40;
TpPoints = 211;
HIGH RISK SETINGS
RsiPeriods = 5;
RsiSellTrigger = 85;
RsiSellTrigger = 40;
TpPoints = 212;
β€7π3π₯3β€βπ₯2
To understand how the bot works, you need to carefully study its parameters. A detailed description of the parameters plays a key role in understanding the work of the expert. This helps users fully understand which instrument they are choosing and determine if the bot suits their trading style and broker. Basic settings allow you to create optimal conditions for the expert to work effectively. Money management options offer two options: using a fixed lot or calculating the lot depending on the deposit, which is important for determining the entry algorithm.
Richter is a professional analytics tool that uses a specialized algorithm to analyze the market. It works with various currency pairs on an hourly chart (H1) with a leverage of 1:100.
π
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π8π₯3β€βπ₯2β€2
Simple Forex Tools
Richter mt4 1428+.rar
1.2 MB
β€βπ₯6π4β€2π₯2