+1 888 340 6572

PMM Keywords: Difference between revisions

From MultiCharts
No edit summary
Line 22: Line 22:


'''[[pmms_strategy_close_position]](idx)''' – close a strategy position with an idx number with market order (orders generated by the strategy will be deleted from Raw Orders collection). <br>
'''[[pmms_strategy_close_position]](idx)''' – close a strategy position with an idx number with market order (orders generated by the strategy will be deleted from Raw Orders collection). <br>
'''[[pmms_strategy_close_position_partial]](idx, isNextBar, contracts)''' – partially close position of the specified strategy for the set number of contracts.<br>


'''[[pmms_strategy_set_entry_contracts]](idx, contracts)''' – set the number of contracts for the strategy’s entry with an idx number (size calculated by the strategy itself will be ignored). To use the order size calculated by the strategy itself set “contracts” parameter to 0. <br>
'''[[pmms_strategy_set_entry_contracts]](idx, contracts)''' – set the number of contracts for the strategy’s entry with an idx number (size calculated by the strategy itself will be ignored). To use the order size calculated by the strategy itself set “contracts” parameter to 0. <br>