- Search Metals Mine
- 151 Results (149 Replies, 2 Comments)
- TrendLover replied Nov 4, 2020
image I have the impression that before it was allowed to have only one account. I was now reading the FAQ and saw that it is allowed to have up to 3 accounts. But in different programs. How is this in practice? What characterizes a program? The ...
The5ers - Trading & Growth Program
- TrendLover replied Nov 4, 2020
Hi, I was asking for help from everyone who could help. The period separator needs to adjust automatically when changing timeframe. And "Period_Separator_2_2" does not do that. This is the problem we have when changing timeframe. The vertical lines ...
Custom period separator - vertical lines
- TrendLover replied Nov 3, 2020
Maybe this can help you: url But on average this is the scenario we have: image Little volatility in the Asian session. The price goes sideways. A good move from the opening of London. And during the overlapping sessions in London and NY we can ...
Sessions Indicator
- TrendLover replied Nov 2, 2020
This indicator has not been updated since 2014. I found some errors in it. It may not be reliable to use. Some programmer needs to update it. 1. It does not show the session closing line for the current period. image 2. According to the timeframe ...
Session Indicator Xi-Sessions v1.00
- TrendLover replied Oct 31, 2020
You could include an option for the indicator to create only the vertical lines, without the boxes and with the boxes? For example: image image
Automatic session boxes indicator
- TrendLover replied Oct 30, 2020
Hello coders, The indicator below creates vertical lines to separate periods. image I would like it to automatically separate periods according to the timeframe. For example, if the chart is on the 1-minute timeframe, I would like the indicator to ...
I will code your EAs and Indicators for no charge
- TrendLover replied Oct 30, 2020
I would like the indicator to automatically change the vertical lines according to the current timeframe as in the image below. For example, if the chart is on the 1-minute timeframe, I would like the indicator to separate the periods into 1-hour ...
Custom period separator - vertical lines
- TrendLover replied Oct 28, 2020
I don't use that indicator. I just shared it.
Best Currency Strength Meter and why?
- TrendLover replied Oct 24, 2020
It is an indicator. You must place it on one of the chart and click on the On/Off button. image
Modify a script to hide ALL MT4 chart borders, not just one?
- TrendLover replied Oct 23, 2020
Could you share the indicators and the template?
I will code your EAs and Indicators for no charge
- TrendLover replied Oct 22, 2020
Use this indicator image
Modify a script to hide ALL MT4 chart borders, not just one?
- TrendLover replied Oct 22, 2020
Attached is the indicator I use
Automatically Scale charts using Button
- TrendLover replied Oct 22, 2020
I learned how to do it. switch(id) { case CHARTEVENT_KEYDOWN: // if(StringGetChar(Up_Key_Value,0)==lparam) if(38==lparam) { if(i<9) { ChartSetSymbolPeriod(0,NULL,enum_timeframes[++i]); } }; // if(StringGetChar(Down_Key_Value,0)==lparam) ...
I will code your EAs and Indicators for no charge
- TrendLover replied Oct 22, 2020
Hello guys, This indicator changes the timeframe by clicking the U and D keys. I would like to replace the U and D keys with Up and Down. How to do this? image
I will code your EAs and Indicators for no charge