mirror of
https://github.com/nehemya/Algo-Trade-Adversarial-Examples
synced 2024-11-22 10:34:56 +00:00
2e2ed8ca6e
Need to update the Arxiv paper and update the readme file
34 lines
836 B
Markdown
34 lines
836 B
Markdown
<h1 align="center">
|
|
Taking Over the Stock Market: </br>
|
|
Adversarial Perturbations Against Algorithmic Traders
|
|
</h1>
|
|
|
|
<h3 align="center">
|
|
<a href="https://arxiv.org/abs/2010.09246">
|
|
Paper
|
|
</a>
|
|
<span> | </span>
|
|
<a href="https://github.com/nehemya/Algo-Trade-Adversarial-Examples">
|
|
Code
|
|
</a>
|
|
<span> | </span>
|
|
<a href="https://www.kaggle.com/nickdl/snp-500-intraday-data">
|
|
Data
|
|
</a>
|
|
</h3>
|
|
|
|
<p align="center">
|
|
The code for the paper "Taking Over the Stock Market: Adversarial Perturbations Against Algorithmic Traders"
|
|
</p>
|
|
|
|
## Citation
|
|
```
|
|
@article{nehemya2020bots,
|
|
title={When Bots Take Over the Stock Market: Evasion Attacks Against Algorithmic Traders},
|
|
author={Nehemya, Elior and Mathov, Yael and Shabtai, Asaf and Elovici, Yuval},
|
|
journal={arXiv preprint arXiv:2010.09246},
|
|
year={2020}
|
|
}
|
|
```
|
|
|