Search found 2 matches

by danblum29
Tue Apr 02, 2024 12:24 pm
Forum: EdgeRater Scripting
Topic: How to exit a trade using RANKVALUE?
Replies: 1
Views: 104897

How to exit a trade using RANKVALUE?

Hi, I wrote an entry script that is entering positions on Mondays based on the Rate of Change (ROC) indicator, which it uses as a RANKVALUE, and some other conditions. The script enters the top 10 (highest ROC) stocks. ROC:= (CLOSE-REF(CLOSE,N))/REF(CLOSE,N)*100; RANKVALUE:= ROC; TODAY:= DAYOFWEEK ;...
by danblum29
Tue Apr 02, 2024 11:17 am
Forum: EdgeRater Scripting
Topic: "Event" function
Replies: 0
Views: 96951

"Event" function

Can someone provide a link to documentation of the EVENT function syntax? Could not find it in support online documentation.