Find a specific FX pair rather than ALL Positions
Created at 28 Aug 2021, 06:09
TH
Find a specific FX pair rather than ALL Positions
28 Aug 2021, 06:09
When I am running the same bot on multiple FX pairs with different parameters, how am I supposed to have it written in order to find a position in on a specific pair instead of using
" Positions.FindAll() "
firemyst
29 Aug 2021, 12:13
Use Positions.Find()
@firemyst