-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb26496
commit 07536d8
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p>You may not be able to trade all assets with <?=$brokerageName?>. For example, if you live in the EU, you can't trade US ETFs.<? if ($brokerageName == "IB") { ?> You can trade the <a href="/docs/v2/writing-algorithms/securities/asset-classes/cfd/requesting-data#03-Create-Interactive-Brokers-Subscriptions">CFD equivalent</a>.<? } ?> Check with your local regulators to know which assets you are allowed to trade. You may need to adjust settings in your brokerage account to live trade some assets.</p> | ||
<p>You may not be able to trade all assets with <?=$brokerageName?>. For example, if you live in the EU, you can't trade US ETFs.<? if ($brokerageName == "IB") { ?> You can trade the <a href="/docs/v2/writing-algorithms/securities/asset-classes/cfd/requesting-data#03-Interactive-Brokers-Subscriptions">CFD equivalent</a>.<? } ?> Check with your local regulators to know which assets you are allowed to trade. You may need to adjust settings in your brokerage account to live trade some assets.</p> |