Pages

TagToSignal DrawingObjectToSignal Indicator

 PV_TagToSignal Indicator

PV_TagToSignal, actually PVTextToSignal or PVDrawingObjectToSignal,  read Drawing Objects from the chart and create either Short or Long Signal Plot at that bar. Those signals can be used inside strategy and used together with third party indicators, which prints those drawing objects without signal plot. So use this with Bloodhound, StrategyBuilder and so on.. or just mark upcoming times to the chart, where you want to take a short or long position.

Parameters (Default):

  • LongTagPreName (""): extra filtering for text objects, not based on tag, see *)
  • LongDrawingObjectType (Arrow Up): Arrow Up, Arrow Down, Triangle Up, Triangle Down, Text
  • ShortTagPreName (""):  extra filtering for text objects, not based on tag, see *)
  • ShortDrawingObjectType (Arrow Down): Arrow Up, Arrow Down, Triangle Up, Triangle Down
  • Generate a New DrawingObject (False): Transform Signal read to another Drawing Object

Pictures:




Download: NT8

License: PVTagToSignal (or PVFullSet)

Misc:

That extra filtering based on Tag name is not yet done as usually just find out those Drawing Objects is enough, but that can be added by request, contact me, if needed. Levels are not set either at this point but can be done.
*) Actually it is done for text objects now so that it can read the real text from the chart, not Tag so if you have marked Up signals with text like Up or ▲, just use that as a filter 

Example of that: 

so Indicator which Draw Text or other Drawing Objects to the chart -> Chart -> PVTagToSignal -> to Startegy which use Plots (Signal 1 = Up, Signal -1 = Down, 0 = no signal)

And one more conversion possibility done for that, from Drawing Object or signal to ArrowUp/Down Drwaing Object with Tag Name "SignalUp_"+CurrentBar "SignalDown_"+CurrentBar to feed some not so smart Strategy Builders like Predator.





No comments:

Post a Comment