Forum

How to stop this indicator giving me repeated alerts on my DAshboard below?

I tried for a few days, all kinds of ways I did to make the alert not repeat. now i'm stuck.... That is my code, if ((Price_Now <= MA5_low && Price_Now >= MA10_low )||(Price_Now >= MA5_low && Price_Now <= MA10_low)) //--- PRICE CLOSE BERADA DLM MA

Help me :'( Does the indicator hang/crash for a long time?

hi, I'm new to mql, I'm trying to create a dashboard indicator. My problem is what when I enter the indicator into my friends' laptops. Does the indicator hang/crash for a long time

I'm confused about this one because it involves the CSM of the previous data

In the BBMA technique, among the important things I need to know are, CSM, and Reentry. Conditions to build CSM, I have succeeded in building the code. But For Reentry, I'm still stuck, I have no idea how to build coding according to the conditions below for REENTRY. CSM conditions are as follows

Questions about how I should start if using existing indicators such as Bollinger Bands and Moving Average and conclude in the dashboard

Based on the title above, I'm really stuck where I should start. In my opinion Bollinger Bands and Moving Average are existing indicators.. I'm just confused where to start