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

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 <<<
  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:
  • 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

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

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

Note: You can take the object name from the front, middle or last name of the object itself

3. In EA Change Signal to Object Color, fill in the name and color of the object, and identify the Signal

After that, save the preset that has been created, and use it when you want to backtest or forwardtest

Click here to find out how to backtest and ForwardTest

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










Komentar

Postingan populer dari blog ini

Doc EA RB MoI

Introduction to EA ReadBot: Multiverse of Indicator

One Strategy, Various EA RB MoI Techniques