joeffrenz
User
Active Member
Joined: Apr 18, 2021
Last seen: Oct 24, 2021
Last seen: Oct 24, 2021
Follow
RE: Sell if closing price is at least 5% lower from the buying point.
Hi @georgejrComment plot(buy,buy,green,main) and plot(sell,sell,red,main). Then use plotbuysell() function. For Example: //Comment //plot(buy,buy,...
3 years ago
Forum
RE: Sell if closing price is at least 5% lower from the buying point.
@snopergWorks like magic. Thanks!
3 years ago
Forum
Forum
Replies: 7
Views: 430
RE: User Appreciation to VAI - Salute!
Solid! AOL Trading peeps are now using VAI for backtesting! Salute!
3 years ago
Forum
RE: Selecting sell day
Hi ZaQ, Try negative value //Sell on the next daySet Sell = Ref(Buy,-1) //Sell after 3 days from buying pointSet Sell = Ref(Buy,-3)
3 years ago
Forum
RE: Getting Weekly/Monthly open
Hi twofivenine,Try this code. You can use this on weekly and monthly data by changing the chart timeframe. Hope this help! //Buying Conditions -...
3 years ago
Forum