Recent content by FJorge

  1. F

    ProRealtime - ProBuilder - PREV like function

    Hey Rodin, Thanks for the help. I wasn't able to use the indicator's name, but I did some tests and was able to find a way. Instead of using the indicator's name I used the variable used on the return function. Here's a small example: IF (BarIndex<1) THEN x=0 ELSE // the test is to make...
  2. F

    ProRealtime - ProBuilder - PREV like function

    Hi there guys, I've been doing some coding on ProBuilder (ProRealtime)... I already have some experience on Metastock and I wish to translate some functions I wrote there on to the ProBuilder environment. On Metastock I have the instruction PREV which gives me the previous value of the...
Top