Trading without indicators
Forums › ProRealTime English forum › General trading discussions › Trading without indicators
- This topic has 368 replies, 18 voices, and was last updated 2 weeks ago by GraHal.
-
-
05/21/2024 at 10:49 AM #232858
The general idea was if i could calculate the miles traveled and retracement distance in points and convert them to miles i could figure out the overall destination of the big bank moves so I could figure out the reversal points accurately and make a lot of points from it, It works to a certain extent but there re deviations I couldn’t figure out, probably to do with trades like myself and others orders
05/22/2024 at 12:07 PM #232921Hi All
London trader looking for some general chat about naked trading
Anyone active ?
10/26/2024 at 3:18 PM #239500Hi everyone,
Does anyone know how I could have a running total of the pips I’ve accumulated while scalping? I want to remove the PNL value and only show the total pips for the day. Maybe there is some indicator that someone has coded that does this?
Kind regards,
Neel
10/26/2024 at 5:15 PM #239526Hi UKCityGent,
Are you trading in a similar manner to what Shug described in the first post of this thread?
Neel
10/26/2024 at 5:38 PM #239527There you go, simply run it in Backtest:
12345678910111213141516171819202122232425262728MyLongConditions = close CROSSES OVER average[20.0](close) AND Not LongOnMarketMyShortConditions = close CROSSES UNDER average[20.0](close) AND Not ShortOnMarketTPmultiplier = 2.0IF MyLongConditions THENBUY 1 CONTRACT AT MARKETSLprice = lowest[5](low)TPprice = close + ((close - SLprice) * TPmultiplier)SET STOP PRICE SLpriceSET TARGET PRICE TPpriceELSIF MyShortConditions THENSELLSHORT 1 CONTRACT AT MARKETSLprice = highest[5](high)TPprice = close - ((SLprice - close) * TPmultiplier)SET STOP PRICE SLpriceSET TARGET PRICE TPpriceENDIFtempPIPS = 0IF OnMarket THENtempPIPS = PositionPrice * PositionPerf / PipSizeENDIFStrategyPIPS = StrategyProfit / PipSize / PipValueTotalPIPS = StrategyPIPS + tempPIPS//Graph tempPIPS AS "current temp PIPS" coloured("Fuchsia")Graph StrategyPIPS AS "accumulated PIPS" coloured("Blue")Graph TotalPIPS AS "total PIPS" coloured("Green")GraphOnPrice TPprice AS "Target" coloured("Blue")GraphOnPrice SLprice AS "Stop Loss" coloured("Red")10/26/2024 at 6:21 PM #239535Wow, that was quick thanks Roberto. Can I use this as an indicator when I’m manually trading?
10/26/2024 at 8:58 PM #239548Yes, but you need to keep the backtest open and updated trade after trade.
10/28/2024 at 7:37 PM #239638Do I need the Premium version to do the backtest as I’m not seeing this option on my ProRealTime menu options?
10/28/2024 at 8:31 PM #239645No you don’t need the Premium version.
Do a backtest and leave the backtest running as – from that point on – the code runs on Demo Live data.
1 user thanked author for this post.
-
AuthorPosts
Find exclusive trading pro-tools on