Specific Explanation of Indicator Parameters

Specific Explanation of Indicator Parameters

https://t.me/RB_ReadBot <<< Group ReadBotMay 22, 2023

How to use EA RB Multiverse Of Indicator..

Klick This link to watch Video tutorial >>> how to change the Input Indicator installed via EA RB MoI <<<
  1. 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:
Default Set
Custom Set
  • 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 >>> https://www.youtube.com/watch?v=XFIHKG_2bPY&t=5s<<<


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

  1. Actually this is not that important, you can use any color:
    Merah (Red): 16711680
  2. Hijau (Green): 65280
  3. Biru (Blue): 255
  4. Kuning (Yellow): 16776960
  5. Magenta: 16711935
  6. Cyan: 65535
  7. Putih (White): 16777215
  8. Abu-abu (Gray): 8421504
  9. Hitam (Black): 0
  10. Oranye (Orange): 16753920
  11. Biru Muda (Light Blue): 11393254
  12. Biru Tua (Dark Blue): 139
  13. Hijau Terang (Light Green): 9498256
  14. Hijau Tua (Dark Green): 32768
  15. Merah Terang (Light Red): 16733525
  16. Merah Tua (Dark Red): 49152
  17. Ungu (Purple): 8388736
  18. Biru Muda Terang (Light Sky Blue): 16436871
  19. Kuning Tua (Light Yellow): 16777045
  20. Jingga (Orange): 16753920
  21. Biru Lavender: 16751052
  22. Biru Laut (Sea Blue): 255990
  23. Hijau Laut (Sea Green): 3050327
  24. Hijau Lime: 65280
  25. Pink: 16716947
  26. Biru Royal (Royal Blue): 4286945
  27. Merah Marun (Maroon): 8388608
  28. Biru Steel (Steel Blue): 11829830
  29. Kuning Emas (Gold): 16766720
  30. 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:

 - Hex To RGB

 - Hex To Decimal

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?...


That's all from me. For further questions, please join the group >>> ReadBot Group <<< .. Thank you










Report Page