Specific Explanation of Indicator Parameters
Specific Explanation of Indicator Parameters
https://t.me/RB_ReadBot <<< Group ReadBotMay 22, 2023How to use EA RB Multiverse Of Indicator..
For the RB Indicator, everything is automatic, you just need to copy and paste the Input indicator section. Click here to watch the tutorial video >>> https://www.youtube.com/watch?v=agH12RVaVT0 <<<
and I suggest to understand each function of each indicator, click here >>> A Comprehensive Guide: Understanding and Using Indicators in MT4 and MT5 <<<
Below is an explanation of how to make EA RB MoI open positions with indicators that are not made by Dev ReadBot.
Klick This link to watch Video tutorial >>> how to change the Input Indicator installed via EA RB MoI <<<
- because this EA Ops and Closes are based on indicators... the first thing is that the user must have the indicator itself... here I will use the example of the "MA Cross Arrow" indicator.
- after downloading the indicator. Make sure the indicator is in the MQL4/Indicator file
- In the EA input, write the name of the indicator correctly and it must match the size of the letters, nothing can be missing
- If you want to use the indicator with Default settings then select InputModeOP = Default_Set, but if you want to change the indicator settings via EA then select InputModeOP = Custom, as shown in the following image:
- after that select Signal_Kind. If you don't understand, you can click here
>>> Signal_Kind Explanation <<<
- Don't forget to select the TimeFrame indicator
- After that, if you select "Cutom Set" in "InputModeOP" you must fill in the indicator input column according to your input indicator preferences. put a comma "," to separate one value from another... don't forget to fill in the Signal Buffer, if you are still confused about the signal buffer Click the following link >>>How to find Buffer<<<
There are several examples of data types in indicators, namely String (letter), Integer (Number), ENUM (an option), Double (number with decimal) and another one is Color (color). then how can indicator parameters be changed with EA?... here is the explanation...
String Input:
For EA RB MoI V.2.3 and above, it supports string parameters, so if there is a string parameter, then change it to the number "040", in the parameter input section as shown below:
however, it should be noted that if there is a string parameter on the indicator then the EA will not show the visual of the indicator..
Integer and double input:
There are no special differences and special treatment for Integer and Double input, just enter the value as desired, here is a description of the input:
ENUM input
enum is a menu list of EA options such as choosing the mode in indi, price, etc. (if you don't understand, click here), the way to choose is by using numbers, as follows:
Why Simple = 0?.. why Close Price = 0?.. how do you determine the number?... very easy, look at the following picture:
To determine the number, it must be based on the list
Close price = 0, Open price = 1, High Price = 2 to Weighted Price = 6.. the same thing applies to other lists..
Input COLOR
- Actually this is not that important, you can use any color:
Merah (Red):16711680
- Hijau (Green):
65280
- Biru (Blue):
255
- Kuning (Yellow):
16776960
- Magenta:
16711935
- Cyan:
65535
- Putih (White):
16777215
- Abu-abu (Gray):
8421504
- Hitam (Black):
0
- Oranye (Orange):
16753920
- Biru Muda (Light Blue):
11393254
- Biru Tua (Dark Blue):
139
- Hijau Terang (Light Green):
9498256
- Hijau Tua (Dark Green):
32768
- Merah Terang (Light Red):
16733525
- Merah Tua (Dark Red):
49152
- Ungu (Purple):
8388736
- Biru Muda Terang (Light Sky Blue):
16436871
- Kuning Tua (Light Yellow):
16777045
- Jingga (Orange):
16753920
- Biru Lavender:
16751052
- Biru Laut (Sea Blue):
255990
- Hijau Laut (Sea Green):
3050327
- Hijau Lime:
65280
- Pink:
16716947
- Biru Royal (Royal Blue):
4286945
- Merah Marun (Maroon):
8388608
- Biru Steel (Steel Blue):
11829830
- Kuning Emas (Gold):
16766720
- Merah Jambu (Pink):
16738740
But if you want to determine the input color which is a little more complicated... but still easy, you can follow this method.
Why is 65280 blue or 1677696 red?...click the following 2 links:
open the web from Hex To RGB then go to the color Tab,
then copy the Hex value without the "#" sign (Example in red with Hex value FF0000)
then go to the Hex To Decimal web and paste the Red Hex Value in the Enter Hex Number column:
then the value 16711680 will appear, and paste that number into the EA ReadBot color input as above... easy, right?...
In version v.2.7 there is an Object Color, how is it different from the one above?.. so in this mode the EA will read indicators based on objects from the chart, how do you do it?.. 1. First attach the indicator to the chart to find out the name of the object, then right click on the chart and click Object list
2. Find out the name and color of the object you want to mark as Buy/Sell example like this , Object Name = zPPOhl_ , Buy = RoyalBlue, Sell = DeepPink
That's all from me. For further questions, please join the group >>> ReadBot Group <<< .. Thank you
Komentar
Posting Komentar