Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Help needed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help needed

    Var12[0] = SMA(Math.Abs(Price[0] - Price[1]), Length);

    I am trying to get the absolute value of (price[0] - price[1]) and use that as the input for my SMA oviously i cant feed a double values to SMA,so what can i do?

    thanks in advanced

    #2
    Michel, that's correct - the SMA would expect a DataSeries input here - so you would need to create a custom DataSeries of your price difference values and then feed this series to the SMA for further calculations.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    45 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    14 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    20 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    22 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X